home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / util / wb / HitMenu.lha / HitMenu / HitMenu.doc < prev    next >
Encoding:
Text File  |  2000-05-10  |  5.8 KB  |  175 lines

  1.  
  2.  
  3.                                  /\    /\
  4.                                 /  \  /  \
  5.           ____________________ /    \/    \ ____________________
  6.           \___________________\\          //___________________/
  7.                          ___  \\\        ///         _
  8.               /`'\   /> <_ _>  \\\      ///  /\/\   /­\   /\/>
  9.              </¯¯\> </   </     \\\    ///  </\/\> </¯\> </\/
  10.                                  \\\  ///
  11.                                   \\\///
  12.                                    \\//
  13.                                     \/
  14.  
  15.                               .--------------.
  16.                               |   HITMENU    |
  17.                               |              |
  18.                               | release 1.11 |
  19.                               |              |
  20.                               |--------------|
  21.                               |  10/05/2000  |
  22.                               `--------------'
  23.  
  24.                           COPYRIGHT © 2000 HITMAN
  25.  
  26.                                  FREEWARE
  27.  
  28.  
  29.  
  30. DISCLAIMER
  31. ¯¯¯¯¯¯¯¯¯¯
  32. HITMENU has proven to be stable in everyday use. The author is not
  33. responsible for any loss of data, damages to software or hardware that may
  34. result directly or indirectly from the use of this program. The author
  35. reserves the right to make changes to the software or documentation without
  36. notice.
  37.  
  38.  
  39.  
  40. WHAT IS THIS THING?
  41. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  42. HITMENU is only a very small "software manager" that allows to launch our
  43. favourite tools via a simple menu (just click the right mouse button on the
  44. program bar).
  45.  
  46.  
  47.  
  48. WHY HITMENU?
  49. ¯¯¯¯¯¯¯¯¯¯¯¯
  50. Well, there are many good programs much better of my (even with an excellent
  51. "TASK BAR") but..., for example, using "StartMenu" when one move the mouse
  52. pointer outside of a menu, all the menus close! Why? Is necessaty to toggle
  53. the option of the program (like MCP) that activates the window under the
  54. mouse pointer... but I can't live without this option :-), so John, please
  55. fix it! Using "ScreenTab", the cool task bar appears when the mouse pointer
  56. is at the bottom of every screen (but I think was better that appears only
  57. when one is on the Workbench screen), so isn't very nice see suddenly the
  58. task bar while one uses a paint program or watchs an animation. So, even in
  59. this case, Michael please insert this option. In every case, I suggest to
  60. use "HITMENU" with "MagicMenu" by Martin Korndörfer and Olaf `Olsen' Barthel.
  61.  
  62.  
  63.  
  64. HOW CHANGE HITMENU PREFERENCES
  65. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  66. HITMENU at the start loads the file "HITMENU.prefs" (that must be in the
  67. "Env-Archive" directory or "s" directory or in the directory where is placed
  68. HITMENU). The structure of this file is very simple and an example allows to
  69. understand easily how it should be made.
  70.  
  71. MENUTITLE:Tools         (the name of a menu)
  72.   MENUITEM:Music        (the name of a item menu)
  73.     SUBITEM:ProTracker  (the name of the program to launch)
  74.       CMD:wbrun sys:tools/music/protracker/protracker (the "path" of the
  75.           program to launch, note, if the program has the icon it should be
  76.           launched via the "wbrun" command)
  77.     SUBITEM:HitShow
  78.       CMD:sys:c/HitSHow (has the program the icon? No? So, "wbrun" is not
  79.                         necessary)
  80.   MENUITEM:Paint        (another menu...)
  81.     SUBITEM:PersonalPaint
  82.       CMD:"sys/tools/paint/personal paint/ppaint"
  83. MENUTITLE:Other
  84.   MENUITEM:AmigaShell
  85.     CMD:sys:c/NewShellScript (use SUBITEM is not necessary if you don't need
  86.                              it)
  87. END                     (end of the "HITMENU.prefs")
  88.  
  89.  
  90. It isn't permitted instead a line how this:
  91.  
  92. MENUTITLE:Paint
  93.   CMD:sys/tools/paint/ppaint/ppaint (in fact, after a "MENUTITLE", you need
  94.                                     insert a "MENUITEM", sorry...)
  95.  
  96.  
  97.  
  98. HITMENU TOOL TYPES
  99. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  100. POSITION= BOTTOM (Places HITMENU in the bottom left corner of the WorkBench
  101.                  screen)
  102.           TOP    (Places HITMENU in the top left corner of the WorkBench
  103.                  screen (under the WorkBench bar))
  104. XPOSITION= x     (Places HITMENU at the coordinate x of the WorkBench screen,
  105.                  example: XPOSITION=320)
  106. YPOSITION= y     (Places HITMENU at the coordinate y of the WorkBench screen,
  107.                  example: YPOSITION=128)
  108.  
  109.  
  110.  
  111. SYSTEM REQUIREMENTS
  112. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  113.  
  114.     Kicktart 2.04+, DiskFont.library, WbRun (by Sylvain Rougier and Pierre
  115.     Carrette), Parm.library
  116.  
  117.  
  118.  
  119. INSTALLATION
  120. ¯¯¯¯¯¯¯¯¯¯¯¯
  121.     Copy HitMenu in the "WbStartup" directory and "HITMENU.prefs" in the
  122.     "Env-Archive" or "s" or in the directory where is placed HITMENU, copy
  123.     WbRun in "C"
  124.  
  125.  
  126.  
  127. LIST OF FILES
  128. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  129.     HITMENU must be distributed with all the following files:
  130.  
  131.     HitMenu          (Main program)
  132.     HitMenu.info
  133.     HitMenu.doc      (This cool document :-) )
  134.     HitMenu.doc.info
  135.     HitMenu.prefs    (The preferences)
  136.     WbRun
  137.  
  138.  
  139.  
  140. BUGS
  141. ¯¯¯¯
  142.     Fixed the Workbench palette problem of the version 1.0
  143.  
  144.     Bugs? A lot I think :-) This small tool has been made in an afternoon! In
  145.     every case, report me please.
  146.     If you select a program to launch and nothing happens, at 99% there is a
  147.     mistake in the program path (line "CMD:") in the "HITMENU.prefs"
  148.  
  149.  
  150.  
  151.                             MUSICIANS SEARCHING
  152.                             ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  153. I'm searching musicians for simply projects (little games, music disk, etc.).
  154. Concerns me every type of protracker modules. Each module used in my
  155. projects, will have the author's name in the credits obviously, and for those
  156. who want, their home/e-mail address and a short message.
  157.  
  158. Are there some Japanese Amigians? If yes, please contact me :-)
  159.  
  160.  
  161.  
  162. Look around HIT TILES 2 SPECIAL EDITION and HIT PUZZLE now ARE FREEWARE!!!
  163.             HIT UTILITIES (a small collection of useful (?) tools) and more!
  164.  
  165.  
  166. Luca Ciccotelli
  167. contrada Colle Secco 37
  168. 66010 Tollo (CH)
  169. Italy
  170.  
  171. E-Mail:lciccot@tin.it
  172.        ciccluc@tin.it
  173.  
  174. Ciao ciao!
  175.